go.pact.im/x/goupdate.textGenerator.sectionModuleDiffPackages (method)

3 uses

	go.pact.im/x/goupdate (current package)
		textgen.go#L182: 	return g.sectionModuleDiffPackages("REMOVED PACKAGES", pkgs)
		textgen.go#L186: 	return g.sectionModuleDiffPackages("ADDED PACKAGES", pkgs)
		textgen.go#L189: func (g *textGenerator) sectionModuleDiffPackages(title string, pkgs []*packages.Package) error {